<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------ç„¦ç‚¹å›¾-----------*/

.imgbox {
	float: left;
	width: 540px;
	height: 378px;
	position: relative;
	overflow: hidden;
}


.imgbox li {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.imgbox li img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	object-fit: cover;
}

.imgbox li p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.6);
}

.imgbox li p span {
	padding-left: 8px;
	width: 380px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.imgbox li p span:hover {
	text-decoration: underline;
}

.imgbox .dot_btn {
	position: absolute;
	bottom: 0px;
	right: -1px;
	height: 38px;
	width: 150px;
}

.imgbox .dot_btn a {
	float: left;
	height: 30px;
	width: 30px;
	padding-top: 8px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	display: block;
	cursor: pointer;
}

.imgbox .dot_btn a:last-child {
	width: 30px;
}

.imgbox .dot_btn a.current,
.imgbox .dot_btn a:hover {
	background: url(../img/point.png) no-repeat left bottom;
}

.imgbox a.prev_btn,
.imgbox a.next_btn {
	position: absolute;
	display: block;
	width: 40px;
	height: 77px;
	top: 145px;
	background-color: rgba(0, 0, 0, 0.6);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

.imgbox:hover .prev_btn {
	display: block;
}

.imgbox:hover .next_btn {
	display: block;
}

.imgbox a.prev_btn {
	left: 0px;
	background-image: url(../img/arrow_left.png);
	background-size: 32px 32px;
	background-position: center center;
}

.imgbox a.next_btn {
	right: 0px;
	background-image: url(../img/arrow_right.png);
	background-size: 32px 32px;
	background-position: center center;
}


/*--------ç„¦ç‚¹å›¾-----------*/


/*è¦é—»åŠ¨æ€*/

.YaoWen {
	float: right;
	width: 600px;
}

.YaoWen .title {
	width: 100%;
	margin-top: 10px;
}



.c_title {
	text-align: center;
	border-bottom: 3px solid #B10017;
	background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(239, 240, 239));
}

.c_title h1 {
	font-size: 20px;
	display: inline-block;
	background: #A40B0B;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 30px;
	border-radius: 3px 3px 0 0;
	letter-spacing: 5px;
}

.title {
	background: #F1F1F1;
	width: 100%;
	height: 35px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.title h1 {
	float: left;
	min-width: 128px;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	font-weight: normal;
	background: #EA3639;
	
}

.title h2{
	display: inline-block;
	min-width: 128px;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	padding: 0 15px 0 15px;
	font-weight: normal;
	background: #EA3639;
}

.title .more {
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	background: #ea3638;
	padding: 0 6px;
	color: #fff;
	border-radius: 10px;
}

.yw_title {
	height: 34px;
	width: 100%;
	position: relative;
	line-height: 34px;
	border-bottom: 1px solid #adadad;
	background: url(../img/yw_titlebg.png) no-repeat left bottom;
	overflow: hidden;
}

.yw_title h1 {
	float: left;
	padding: 0 20px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #c3050f;
}

.yw_title .more {
	float: right;
	color: #ff2400;
}

.yw_title .more:hover {
	text-decoration: underline;
}

.new_cont {
	margin-top:12px;
	padding: 0 5px;
	/*background: #F8ECD2;*/
}

.new_cont li {
	position: relative;
	padding: 0px 0px 0px 10px;
	height: 40px;
	line-height:40px;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}

.new_cont li a {
	float: left;
	color: #323335;
	display: block;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
}

.new_cont li span {
	float: right;
	color: #7d7d7d;
	font-size:14px;
}


.YaoWen .new_cont li:first-child{
	display: none;
}

.new_cont li:before {
	content: "";
	position: absolute;
	content: " ";
	left: 0px;
	top: 50%;
	margin-top: -1px;
	width: 4px;
	height: 4px;
	background: #B5312D;
	/*border-radius: 50%;*/
}

.new_cont li:hover a {
	color: #B5312D;
}

.small_box {
	font-size: 14px;
	margin-bottom: 15px;
	min-width:435px;
	min-height: 247px;
}

.small_box .new_cont li a {
	width: 330px;
}


.toutiao{
	padding:0 15px 10px 15px;
	border-bottom: 1px dotted #acabab;
	margin-bottom: 10px;
}


.toutiao .tou_t {
	width: 100%;
	line-height: 28px;
	box-sizing: border-box;
	margin: 0px auto 0;
	/*text-align: center;*/
}

.tou_t h2 {
	font-size: 18px;
	color: #c3050f;
	font-weight: bold;
	text-align: center;
}

.tou_t h2:hover {
	text-decoration: underline;
}

.tou_t h2 a {
	color: #c3050f;
}


.tou_news p {
	line-height:26px;
	max-height: 100px;
	min-height:52px;
	color: #0060a6;
	/*margin-top: 8px;*/
	text-align: justify;
	text-indent: 30px;
	display: -webkit-box;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	font-size:15px;
	/*color:#7d7d7d;*/
}

.tou_news p a {
	color: #ff2400;
	margin-left:15px;
	font-size:14px;
}

.tou_news p a:hover {
	text-decoration: underline;
}

/*è¦é—»åŠ¨æ€*/


/*æŽ¢å¤´*/

.tantou {
	width: 100%;
	margin-bottom: 25px;
}

.tantou img {
	display: block;
	width: 100%;
}


/*æŽ¢å¤´*/


/*äººå¤§ä¼šè®®&amp;äººå¤§å…¬å‘Š*/

.rdhy {
	width: 49%;
}

.rdgg {
	width: 49%;
}


/*å…¶ä»–æ&nbsp;ç›®æ¿å—*/

.bk2 {
	margin-top: 15px;
}

.onews_box {
	float: right;
	width: 890px;
	overflow: hidden;
}





/*ä¾§æ&nbsp;*/

.person_box {
	float: left;
	width: 250px;
}

.p_word&gt;div {
	float: left;
	width: 48%;
	margin-top: 20px;
}

.p_word&gt;div:nth-child(2n) {
	float: right;
}

.p_word .top {
	padding: 0px 12px;
	height: 44px;
	border-top: 4px solid #A40B0B;
	overflow: hidden;
	background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(239, 240, 239));
	border-radius: 3px;
}

.p_word .top h1 {
	float: left;
	padding-left: 14px;
	font-size: 18px;
	line-height: 20px;
	color: rgb(68, 68, 68);
	font-family: å¾®è½¯é›…é»‘, å®‹ä½“;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	border-left: 5px solid #A40B0B;
	margin-top: 12px;
	color: #A40B0B;
}

.p_word .top a {
	float: right;
	font-size: 16px;
	color: #414141;
	margin-top: 12px;
}

.p_word .top a:hover {
	text-decoration: underline;
	color: #A40B0B;
}

.p_word .cont {
	padding: 0 15px;
	margin-top: 5px;
	height: 250px;
	overflow: hidden;
}

.p_word .cont ul li {
	cursor: pointer;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	margin-top: 5px;
}

.p_word .cont ul li a {
	color: #323335;
}

.p_word .cont ul li a:hover {
	text-decoration: underline;
	color: #A40B0B;
}

.p_word .cont ul li:before {
	content: "";
	position: absolute;
	content: " ";
	left: 0px;
	top: 50%;
	margin-top: -1px;
	width: 4px;
	height: 4px;
	background: rgb(0, 0, 0);
}

.person_box {
	background: #FFFEF4;
	padding: 0 10px;
	box-sizing: border-box;
}

.person_box .title {
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
	color: #c3050f;
	text-indent: 28px;
	background: url(../img/redsj.png) no-repeat 14px 17px;
	border-bottom: 1px dashed #adadad;
	border-top: 1px solid #c3050f;
}

.person_box .cont {
	margin-top: 10px;
	font-size: 16px;
}

.person_box .cont .chairman {
	overflow: hidden;
}

.person_box .cont .chairman .pic {
	/*background: url(../img/zrzc.jpg) no-repeat top center;*/
	/*width: 250px;
	height: 329px;
	background-size:cover;
	overflow: hidden;*/
}

.person_box .cont .chairman img {
	display: block;
	width: 120px;
	margin: 15px auto 0;
	border: 5px solid #F9F2E0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.fman .top{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:3px solid #E36F1B;
	position: relative;
	margin-bottom: 15px;
}

.fman .top:after{
	content: "";
	width: 70%;
	height:4px;
	background:#FAD5AF;
	position: absolute;
	left:35px;
	bottom:-3px; 
}

.fman .top h3{
	font-size:16px;
	color:#C70409;
	text-align: center;
}

.fman .cont{
	overflow: hidden;
}

.fman .cont img{
	display: block;
	width: 90px;
	margin: auto;
}

.fman .cont p{
	text-align: center;
	font-size:14px;
	margin-top:2px;
}

.fman .cont dl{
	float: left;
	width: 50%;
	margin-bottom:10px;
}


/*.msz{	
	margin-bottom:20px;
}*/

.msz .top{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:3px solid #E36F1B;
	position: relative;
	margin-bottom: 15px;
}

.msz .top:after{
	content: "";
	width: 70%;
	height:4px;
	background:#FAD5AF;
	position: absolute;
	left:35px;
	bottom:-3px; 
}

.msz .top h3{
	font-size:16px;
	color:#C70409;
	text-align: center;
}


.msz .cont img{
	display: block;
	width: 90px;
	margin: auto;
}

.msz .cont p{
	text-align: center;
	font-size:14px;
	margin-top:2px;
}

/*ä¸»ä»»*/
.person_box .cont .chairman dl {
	margin-top: 10px;
}

.person_box .cont .chairman dl dt {
	float: left;
	width: 28%;
	font-weight: bold;
	color:#c3050f;
}

.person_box .cont .chairman dl dd {
	float: left;
	width: 70%;
}

.person_box .chairman span{
	font-size: 14px;
}

/*å‰¯ä¸»ä»»*/
.person_box .cont .fman {
	margin-top: 10px;
	font-size:15px;
}

.person_box .fman tr {
	overflow: hidden;
}

.person_box .fman th {
	text-align: left;
	height: 30px;
	color:#c3050f;
}

.person_box .fman td {
	float: left;
	width: 50%;
	height: 30px;
}

.person_box .fman span{
	font-size: 13px;
}

/*ç§˜ä¹¦é•¿*/
.person_box .msz{	
	margin-top:10px;
	margin-bottom:10px;
}


.person_box .msz  dl{
	overflow: hidden;
}

.person_box .msz  dt{
	float: left;
	font-weight: bold;
	width: 50%;
	color:#c3050f;
}

.person_box .msz  dd{
	float: left;
	width: 50%;
}





/*å§”å‘˜*/
.person_box .wy{	
	margin-top:20px;
	margin-bottom:20px;
}

.person_box .wy  dl{
	overflow: hidden;
}

.person_box .wy  dt{
	float: left;
	font-weight: bold;
	width: 100%;
	color:#c3050f;
	margin-bottom:5px;
}

.person_box .wy  dd{
	float: left;
	width: 50%;
	font-size:14px;
	line-height: 28px;
}

.person_box .wy span{
	font-size: 13px;
}




/*ä¾§æ&nbsp;*/

/*å…¶ä»–æ&nbsp;ç›®æ¿å—*/


/*å›¾ç‰‡æŠ¥é“*/

.pnews_wrap {
	overflow: hidden;
	/*width: 1200px;*/
	margin-top: 40px;
}

.pnews_wrap .content {
	overflow: hidden;
	margin-top: 20px;
}



.move_wrap {
	background-color: rgba(240, 240, 240, 0.5);
	overflow: hidden;
	padding: 20px 20px;
	margin: 40px 0px 10px;	
	border-radius:3px;
}

.m_title {
	text-align: center;
	font-weight: bold;
}

.m_title h1{
	display: inline-block;
	background: #BC0001;
	border-radius:3px;
	padding:5px 20px 12px;	
	font-size:24px;
	font-style: normal;
	letter-spacing: 1;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    color: #fff;
    font-family: "é»‘ä½“";
}

.m_cont {
	margin-top: 20px;
	border: 1px solid #414141;
	padding:10px 20px;	
	border-radius: 5px;
}

.m_cont span a:hover{
	text-decoration: underline;
}

/*å›¾ç‰‡æŠ¥é“*/


/*å±•ç¤ºä¸“åŒº*/

.show_wrap {
	margin: 40px 0 0;
}


.move_box {
	overflow: hidden;
	background: #f5f5f5;
	/*background-color: rgba(240, 240, 240, 0.5);*/
	padding: 20px 20px;
	box-sizing: border-box;
	border-radius:5px;
}

.submove{
	overflow: hidden;
}

.move_box .over_width {
	width: 10000%;
}

.move_box ul {
	float: left;
}

.move_box li {
	display: block;
	float: left;
	margin-right: 10px;
	width:290px;
	overflow: hidden;
	border-radius:5px;
}

#div3 {
	float: left;
}

.move_box .picbox{
	width: 290px;
	height: 200px;
	overflow: hidden;
}

.move_box img {
	width: 290px;
	height: 200px;
	box-sizing: border-box;
	object-fit: cover;
	cursor: pointer;
	border-radius:3px;
	transition: all 0.6s; 
}

.move_box p{
	color: #414141;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    transition: all 0.6s; 
    padding:10px 10px;
    box-sizing: border-box;
}

.move_box li:hover p{
	background:#B10017;
	color: #FFF;
}

.move_box li:hover img{
	transform: scale(1.1)
}

/*å›¾ç‰‡æŠ¥é“*/


/*å…¬ç›Šå¹¿å‘Š*/

.gygg {
	margin-top: 30px;
}

.gygg .content {
	margin-top: 20px;
	overflow: hidden;
	height: 282px;
}

.dowebok {
	width: 5000px;
}

.dowebok img {
	border: 1px solid #414141;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 3px;
}


/*å…¬ç›Šå¹¿å‘Š*/


/*ä¸¾æŠ¥*/

.jubao {
	margin-top: 30px;
}

.accusation {
	border: 1px solid #ccc;
	/*width: 1200px;*/
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	position: relative;
}

.accusation h2 {
	font-size: 16px;
	background: url(../img/em_bg_01.gif) no-repeat;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	color: white;
	margin-bottom: 20px;
}

.accusation .left {
	float: left;
}

.accusation .left a {
	display: block;
	width: 165px;
	height: 42px;
	float: left;
	background-size: cover;
	margin-right: 5px;
}

.accusation .left .col {
	margin-bottom: 5px;
	margin-left: 50px;
	overflow: hidden;
}

.accusation .right {
	float: left;
	margin-left: 90px;
}

.accusation .right span {
	font-size: 16px;
}

.accusation .right .col {
	margin-bottom: 8px;
	overflow: hidden;
}

.accusation .right .col a {
	color: #000000;
}

.jbzn {
	background: url(../img/jbzn.jpg);
}

.wyjb {
	background: url(../img/wyjb.jpg);
}

.jbcx {
	background: url(../img/jbcx.jpg);
}

.qtwz {
	background: url(../img/qtwz.jpg);
}

.accusation .icon1 {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}

.accusation .address .icon1 {
	background: url(../img/lx.png);
}

.accusation .mail {
	width: 350px;
	float: left;
}

.accusation .visit {
	float: left;
}

.accusation .phone {
	width: 350px;
	float: left;
}

.accusation .wsjb {
	float: left;
}

.accusation .mail .icon1 {
	background: url(../img/yb.png);
}

.accusation .visit .icon1 {
	background: url(../img/lf.png);
}

.accusation .phone .icon1 {
	background: url(../img/dh.png);
}

.accusation .wsjb .icon1 {
	background: url(../img/ws.png);
}

.accusation .code{
	position: absolute;
	right:20px;
	top:30px;
}

.accusation .code p{
	font-size:14px;
	text-align: center;
}

.accusation .code img{
	display: block;
	width: 100px;
}


/*ä¸¾æŠ¥*/</pre></body></html>